FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/EHDSOrganisation

Packageeu.ehds.models
Resource TypeStructureDefinition
IdEHDSOrganisation
FHIR VersionR5
Sourcehttps://www.xt-ehr.eu/specifications/fhir/https://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSOrganisation.html
URLhttps://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganisation
Version0.1.0
Statusdraft
Date2025-07-25T08:06:37+00:00
NameEHDSOrganisation
TitleOrganisation model
DescriptionEHDS refined base model for Health provider or any other type of organisation
Typehttps://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganisation
Kindlogical

Resources that use this resource

StructureDefinition
EHDSAdvanceDirectiveAdvance directive model
EHDSDataSetDataSet model
EHDSDischargeReportDischarge Report model
EHDSDocumentDocument model
EHDSImmunisationImmunisation model
EHDSOrganisationOrganisation model

Resources that this resource uses

StructureDefinition
EHDSAddressAddress model
EHDSTelecomTelecom model
EHDSOrganisationOrganisation model

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition EHDSOrganisation

NameFlagsCard.TypeDescription & Constraintsdoco
.. EHDSOrganisation 0..*BaseOrganisation model
Instances of this logical model can be the target of a Reference
... identifier 0..*IdentifierIdentifier
... type 0..*CodeableConceptType
Binding Description: (preferred): HL7 organisation_type
... name 0..1stringName
... address 0..*EHDSAddressAddress
... telecom 0..*EHDSTelecomTelecom
... partOf 0..1Reference(Organisation model)Part of

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "EHDSOrganisation",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-be-target"
    }
  ],
  "url": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganisation",
  "version": "0.1.0",
  "name": "EHDSOrganisation",
  "title": "Organisation model",
  "status": "draft",
  "date": "2025-07-25T08:06:37+00:00",
  "publisher": "Xt-EHR",
  "contact": [
    {
      "name": "Xt-EHR",
      "telecom": [
        {
          "system": "url",
          "value": "http://Xt-EHR.eu"
        }
      ]
    }
  ],
  "description": "EHDS refined base model for Health provider or any other type of organisation",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganisation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "5.0.0"
      }
    ],
    "element": [
      {
        "id": "EHDSOrganisation",
        "path": "EHDSOrganisation",
        "short": "Organisation model",
        "definition": "EHDS refined base model for Health provider or any other type of organisation",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "EHDSOrganisation.identifier",
        "path": "EHDSOrganisation.identifier",
        "short": "Identifier",
        "definition": "Health provider organisation identifier",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSOrganisation.identifier",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSOrganisation.type",
        "path": "EHDSOrganisation.type",
        "short": "Type",
        "definition": "Kind of organisation",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSOrganisation.type",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "HL7 organisation_type"
        }
      },
      {
        "id": "EHDSOrganisation.name",
        "path": "EHDSOrganisation.name",
        "short": "Name",
        "definition": "Health provider organisation name",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSOrganisation.name",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSOrganisation.address",
        "path": "EHDSOrganisation.address",
        "short": "Address",
        "definition": "Mailing and home or office addresses. The addresses are always sequences of address parts (e.g. street address line, country, postcode, city) even if postal address formats may vary depending on the country. An address may or may not include a specific use code; if this attribute is not present it is assumed to be the default address useful for any purpose.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSOrganisation.address",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSAddress"
          }
        ]
      },
      {
        "id": "EHDSOrganisation.telecom",
        "path": "EHDSOrganisation.telecom",
        "short": "Telecom",
        "definition": "Telecommunication contact information (addresses) associated with a person, such as phone number, email, or messaging service. Multiple telecommunication addresses might be provided.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSOrganisation.telecom",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSTelecom"
          }
        ]
      },
      {
        "id": "EHDSOrganisation.partOf",
        "path": "EHDSOrganisation.partOf",
        "short": "Part of",
        "definition": "The organisation of which this organisation forms a part",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSOrganisation.partOf",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganisation"
            ]
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "EHDSOrganisation",
        "path": "EHDSOrganisation",
        "short": "Organisation model",
        "definition": "EHDS refined base model for Health provider or any other type of organisation"
      },
      {
        "id": "EHDSOrganisation.identifier",
        "path": "EHDSOrganisation.identifier",
        "short": "Identifier",
        "definition": "Health provider organisation identifier",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSOrganisation.type",
        "path": "EHDSOrganisation.type",
        "short": "Type",
        "definition": "Kind of organisation",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "HL7 organisation_type"
        }
      },
      {
        "id": "EHDSOrganisation.name",
        "path": "EHDSOrganisation.name",
        "short": "Name",
        "definition": "Health provider organisation name",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSOrganisation.address",
        "path": "EHDSOrganisation.address",
        "short": "Address",
        "definition": "Mailing and home or office addresses. The addresses are always sequences of address parts (e.g. street address line, country, postcode, city) even if postal address formats may vary depending on the country. An address may or may not include a specific use code; if this attribute is not present it is assumed to be the default address useful for any purpose.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSAddress"
          }
        ]
      },
      {
        "id": "EHDSOrganisation.telecom",
        "path": "EHDSOrganisation.telecom",
        "short": "Telecom",
        "definition": "Telecommunication contact information (addresses) associated with a person, such as phone number, email, or messaging service. Multiple telecommunication addresses might be provided.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSTelecom"
          }
        ]
      },
      {
        "id": "EHDSOrganisation.partOf",
        "path": "EHDSOrganisation.partOf",
        "short": "Part of",
        "definition": "The organisation of which this organisation forms a part",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganisation"
            ]
          }
        ]
      }
    ]
  }
}